func testing.prettyPrint

3 uses

	testing (current package)
		benchmark.go#L435: 		prettyPrint(buf, ns, "ns/op")
		benchmark.go#L456: 		prettyPrint(buf, r.Extra[k], k)
		benchmark.go#L461: func prettyPrint(w io.Writer, x float64, unit string) {